home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMADDCOMMAND / TFRMADDCOMMAND.txt
Text File  |  2008-08-19  |  2KB  |  83 lines

  1. object FrmAddCommand: TFrmAddCommand
  2.   Left = 262
  3.   Top = 267
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add Command'
  6.   ClientHeight = 246
  7.   ClientWidth = 434
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 9
  23.     Top = 6
  24.     Width = 197
  25.     Height = 13
  26.     Caption = 'Choose the command to add and click OK'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 8
  30.     Top = 27
  31.     Width = 56
  32.     Height = 13
  33.     Caption = 'Categories:'
  34.   end
  35.   object Label3: TLabel
  36.     Left = 200
  37.     Top = 27
  38.     Width = 56
  39.     Height = 13
  40.     Caption = 'Commands:'
  41.   end
  42.   object LstCats: TListBox
  43.     Left = 8
  44.     Top = 43
  45.     Width = 185
  46.     Height = 166
  47.     ItemHeight = 13
  48.     TabOrder = 0
  49.     OnClick = LstCatsClick
  50.   end
  51.   object Button1: TButton
  52.     Left = 281
  53.     Top = 216
  54.     Width = 70
  55.     Height = 23
  56.     Caption = '&OK'
  57.     Default = True
  58.     ModalResult = 1
  59.     TabOrder = 1
  60.   end
  61.   object Button2: TButton
  62.     Left = 357
  63.     Top = 216
  64.     Width = 70
  65.     Height = 23
  66.     Cancel = True
  67.     Caption = '&Cancel'
  68.     ModalResult = 2
  69.     TabOrder = 2
  70.   end
  71.   object LstCommands: TCSListBox
  72.     Left = 201
  73.     Top = 43
  74.     Width = 224
  75.     Height = 166
  76.     Style = lbOwnerDrawFixed
  77.     ItemHeight = 20
  78.     TabOrder = 3
  79.     OnDblClick = LstCommandsDblClick
  80.     OnDrawItem = LstCommandsDrawItem
  81.   end
  82. end
  83.